/showqrcode
data Payloads
Success response may return either:
{
"status": "success"
}
or (for systems that return a transaction token immediately):
{
"status": "success",
"data": {
"trans": "123456"
}
}
data.trans is optional in /showqrcode success responses.
If the selected payment system generates its own external transaction identifier, /showqrcode may return it in data.trans. Save this value and use it in subsequent /check, /cancel, and /final_confirm requests.